1
'INSTANT C# NOTE: Formerly VB project-level imports:
2 Imports System
.Collections
4 Imports DynamicCondition
5 Imports System
.ComponentModel
7 <CompilerServices
.DesignerGenerated()>
8 Partial
Public Class ConditionBuilder
11 'UserControl overrides dispose to clean up the component list.
12 <DebuggerNonUserCode()>
13 Protected Overloads Overrides
Sub Dispose(ByVal disposing
As Boolean)
15 If disposing AndAlso components IsNot
Nothing Then
19 MyBase
.Dispose(disposing
)
23 'Required by the Windows Form Designer
24 Private components
As System
.ComponentModel
.IContainer
26 'NOTE: The following procedure is required by the Windows Form Designer
27 'It can be modified using the Windows Form Designer.
28 'Do not modify it using the code editor.
29 <DebuggerStepThrough()>
30 Private Sub InitializeComponent()
31 Me.ConditionLine1
= New DynamicCondition
.ConditionLine()
36 Me.ConditionLine1
.Anchor
= CType(((AnchorStyles
.Top
Or AnchorStyles
.Left
) Or AnchorStyles
.Right
), AnchorStyles
)
37 Me.ConditionLine1
.AutoScroll
= True
38 Me.ConditionLine1
.DataSource
= Nothing
39 Me.ConditionLine1
.DataType
= Nothing
40 Me.ConditionLine1
.Location
= New Point(3, 3)
41 Me.ConditionLine1
.Name
= "ConditionLine1"
42 Me.ConditionLine1
.OperatorType
= DynamicCondition
.DynamicQuery
.Condition
.Compare.And
43 Me.ConditionLine1
.Size
= New Size(456, 32)
44 Me.ConditionLine1
.TabIndex
= 0
48 Me.AutoScaleDimensions
= New SizeF(6.0F
, 13.0F
)
49 Me.AutoScaleMode
= AutoScaleMode
.Font
51 Me.Controls
.Add(Me.ConditionLine1
)
52 Me.Name
= "ConditionBuilder"
53 Me.Size
= New Size(462, 37)
54 Me.ResumeLayout(False)
56 'INSTANT C# NOTE: Converted event handler wireups:
57 ' MyBase.Load += New System.EventHandler(ConditionBuilder_Load)
60 Friend ConditionLine1
As ConditionLine